home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mfre.dir / 00068_Move Clip Left.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  186 b   |  10 lines

  1. on mouseUp
  2.   puppetSprite(46, 1)
  3.   set the visible of sprite 46 to 1
  4.   puppetSprite(46, 0)
  5.   minset()
  6.   puppetSprite(46, 1)
  7.   set the visible of sprite 46 to 0
  8.   puppetSprite(46, 0)
  9. end
  10.